home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / fd2pragma / fd2pragma.readme < prev    next >
Text File  |  2000-02-28  |  3KB  |  60 lines

  1. Short:    V2.100 creates pragma, inline, ... files
  2. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  3. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  4. Type:     dev/misc
  5. Version:  2.100
  6.  
  7. This is a utility to create:
  8.   - following pragma statements for certain C compilers: amicall, libcall,
  9.     flibcall, tagcall and syscall
  10.   - proto files for C compilers
  11.   - offset (LVO) files for assembler programs
  12.   - stub functions for either tag-functions or all library functions
  13.   - stub functions as assembler text
  14.   - stub functions as useable link library file
  15.   - FD files out of pragma files
  16.   - stubs for C++ compilers (SPECIAL 11, 12 and CLIB)
  17.   - the files with your own headers inserted
  18.   - files for using local pointers for shared library bases in compilers
  19.     which do not support this normally
  20.   - stub functions for Pascal compilers
  21.   - inline files for GCC
  22.   - inline, pragma and stub libraries using FPU registers
  23.   - files needed to develop for Phase5's PowerUP boards
  24.   - unit texts for FPC Pascal compiler
  25.   - BMAP files for AmigaBASIC and MaxonBASIC
  26.   - VBCC assembler inline files
  27.   - VBCC WOS stub texts and link library
  28.   - VBCC PowerUP stub texts and link library
  29.  
  30. Therefor only the FD file telling the library informations is needed. For
  31. some SPECIAL options you may additionally supply the CLIB keyword (or you
  32. need to supply it) giving FD2Pragma the prototypes file in clib directory.
  33.  
  34. Special option 200 does the reverse to normal: convert pragma to FD!
  35.  
  36. The command template you get with FD2Pragma ? .
  37.  
  38. Calling the program seems to be (is) very difficult, but it offers you a
  39. large set of functions. A lot of options need a lot of abilities to turn
  40. them on/off!
  41.  
  42. The documentation contains lots of information about related topics, so
  43. read it!
  44.   
  45. This program is in the public domain. Use it as you want, but WITHOUT ANY
  46. WARRANTY!
  47.  
  48. Please contact me:
  49.  
  50. ************************************************************************
  51. * snail-mail:                  * e-mail:                               *
  52. *   Dirk Stoecker              *   stoecker@amigaworld.com             *
  53. *   Geschwister-Scholl-Str. 10 *   dstoecker@gmx.de                    *
  54. *   01877 Bischofswerda        * world wide web:                       *
  55. *   GERMANY                    *   http://home.pages.de/~stoecker/     *
  56. * phone:                       * pgp key:                              *
  57. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages   *
  58. ************************************************************************
  59.  
  60.